home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0874 / aga.txt next >
Encoding:
Text File  |  1996-06-01  |  2.4 KB  |  65 lines

  1.         \HPROGRAM 'AGA'\h
  2.           
  3.           'AGA' calculates gas and liquid orifice flow meters based 
  4.           on ANSI/API 2530, Report No. 3 - 1991 (AGA 3). 
  5.         
  6.           The program will size orifice plates for given design 
  7.           conditions, find pressure drop for a given flow, or flow for
  8.           a given pressure drop.  The standard (AGA 3) is 
  9.           originally designed for gas orifices.  In this program it is
  10.           also used for liquid orifices.
  11.  
  12.           The program is divided into 4 major sub-programs:
  13.  
  14.                         - normal gas orifices
  15.                         - normal liquid orifices
  16.                         - gas restriction orifices (critical flow orifices)
  17.                         - liquid restriction orifices
  18.  
  19.           'AGA' lets you choose between U.S. and SI units.  The 
  20.           gas routines (normal orifice and restriction orifice routines) 
  21.           will perform orifice-calculations for:
  22.  
  23.                         - Natural gas
  24.                         - Air
  25.                         - Nitrogen
  26.                 
  27.           For natural gas the AGA-8 Equation of State (EOS) is used for
  28.           calculating physical properties.  For air and nitrogen the
  29.           Redlich-Kwong EOS is used.
  30.  
  31.           The liquid orifice routines include:
  32.  
  33.                         - Oil (gas-free)
  34.                         - Water 
  35.                         - Methanol (MeOH)
  36.                         - Monoethylene Glycol (MEG)
  37.                         - Diethylene Glycol (DEG) 
  38.                         - Triethylene Glycol (TEG)
  39.  
  40.           For MeOH, MEG, DEG, and TEG the amount of water in solution 
  41.           (0-100 Weight %) can be given, and the program will 
  42.           calculate the physical properties of the solution.
  43.  
  44.  
  45.           The MINIMUM EQUIPMENT CONFIGURATION required by 'AGA':
  46.              a) DOS version:
  47.                 1) An IBM PC, XT, AT or compatible computer
  48.                 2) 256 K or more of RAM memory
  49.                 3) DOS 2.0 or later operating system
  50.  
  51.              b) Windows version:
  52.                 1) A computer with 80386 processor or better (486, Pentium)
  53.                 2) 4 MB of RAM memory
  54.                 3) Windows 3.+
  55.  
  56.         
  57.         To order send a check for $19.95 to: 
  58.         
  59.         B. K. Berge, 206 Cliff Ave., Valley Springs, SD 57068
  60.  
  61.         Compuserve: 101653,3544
  62.         
  63.         Internet: 101653.3544@compuserve.com
  64.  
  65.